MCPcopy Create free account
hub / github.com/Noumena-Network/code / getCronFilePath

Function getCronFilePath

src/utils/cronTasks.ts:87–89  ·  view source on GitHub ↗
(dir?: string)

Source from the content-addressed store, hash-verified

85 * SDK daemon, which has no bootstrap state).
86 */
87export function getCronFilePath(dir?: string): string {
88 return join(dir ?? getProjectRoot(), CRON_FILE_REL)
89}
90
91function getReadableCronFilePath(dir?: string): string {
92 const canonicalPath = getCronFilePath(dir)

Callers 7

getPathFunction · 0.85
getPathFunction · 0.85
getReadableCronFilePathFunction · 0.85
writeCronTasksFunction · 0.85
enableFunction · 0.85

Calls 1

getProjectRootFunction · 0.85

Tested by

no test coverage detected