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

Method config_dir

src/context/tsk_env.rs:83–85  ·  view source on GitHub ↗

Get the config directory path (for configuration files)

(&self)

Source from the content-addressed store, hash-verified

81
82 /// Get the config directory path (for configuration files)
83 pub fn config_dir(&self) -> &Path {
84 &self.config_dir
85 }
86
87 /// Gets the Claude configuration directory path
88 pub fn claude_config_dir(&self) -> &Path {

Callers 9

executeMethod · 0.80
find_templateFunction · 0.80
find_template_pathFunction · 0.80
list_all_templatesFunction · 0.80
buildMethod · 0.80
build_proxyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected