MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / tsk_config

Method tsk_config

src/context/mod.rs:74–76  ·  view source on GitHub ↗

Returns the user configuration loaded from tsk.toml

(&self)

Source from the content-addressed store, hash-verified

72
73 /// Returns the user configuration loaded from tsk.toml
74 pub fn tsk_config(&self) -> Arc<TskConfig> {
75 Arc::clone(&self.tsk_config)
76 }
77
78 pub fn tsk_env(&self) -> Arc<TskEnv> {
79 Arc::clone(&self.tsk_env)

Callers 13

buildMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
graceful_shutdownMethod · 0.80
startMethod · 0.80
resolve_config_from_taskFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by 1