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

Method tasks_file

src/context/tsk_env.rs:108–110  ·  view source on GitHub ↗

Get the legacy tasks.json path (used for migration; production storage is tasks.db)

(&self)

Source from the content-addressed store, hash-verified

106
107 /// Get the legacy tasks.json path (used for migration; production storage is tasks.db)
108 pub fn tasks_file(&self) -> PathBuf {
109 self.data_dir.join("tasks.json")
110 }
111
112 /// Get the path to the tasks.db SQLite database
113 pub fn tasks_db(&self) -> PathBuf {

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected