# Slot: code_source 


_Where this study's callable code lives — the builders and transform/observation callables it references by bare ``module:`` name. Decouples the specification from its code: a local directory (relative to the recipe YAML or absolute) or a git repository fetched and cached at load time. When absent, the conventional ``<recipe-dir>/code/`` is used._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/code_source](https://w3id.org/tvbo/slot/code_source)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SimulationStudy](../classes/SimulationStudy.qmd) |  |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [CodeSource](../classes/CodeSource.qmd) |
| Domain Of | [SimulationStudy](../classes/SimulationStudy.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [SimulationStudy](../classes/SimulationStudy.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:code_source |
| native | tvbo:code_source |




## LinkML Source

<details>
```yaml
name: code_source
description: 'Where this study''s callable code lives — the builders and transform/observation
  callables it references by bare ``module:`` name. Decouples the specification from
  its code: a local directory (relative to the recipe YAML or absolute) or a git repository
  fetched and cached at load time. When absent, the conventional ``<recipe-dir>/code/``
  is used.'
from_schema: https://w3id.org/tvbo
rank: 1000
owner: SimulationStudy
domain_of:
- SimulationStudy
range: CodeSource
inlined: true

```
</details></div>