MCPcopy
hub / github.com/coder/mux / stat

Method stat

src/node/services/tools/agent_skill_read.test.ts:112–114  ·  view source on GitHub ↗
(filePath: string, abortSignal?: AbortSignal)

Source from the content-addressed store, hash-verified

110 }
111
112 override stat(filePath: string, abortSignal?: AbortSignal): ReturnType<LocalRuntime["stat"]> {
113 return super.stat(this.toLocalPath(filePath), abortSignal);
114 }
115
116 override readFile(
117 filePath: string,

Callers

nothing calls this directly

Calls 2

toLocalPathMethod · 0.95
statMethod · 0.65

Tested by

no test coverage detected