MCPcopy Create free account
hub / github.com/apache/maka / isFilesystemReadPath

Function isFilesystemReadPath

packages/cli/src/pi-transcript-tools.ts:424–426  ·  view source on GitHub ↗

A Read using the filesystem branch.

(entry: MakaPiToolEntry)

Source from the content-addressed store, hash-verified

422
423/** A Read using the filesystem branch. */
424function isFilesystemReadPath(entry: MakaPiToolEntry): boolean {
425 return readInputPath(entry) !== undefined;
426}
427
428/** A Read using the runtime-resource branch (background-task output, etc.). */
429function isRuntimeResourceRead(entry: MakaPiToolEntry): boolean {

Callers 2

compactToolSummaryFunction · 0.85
renderToolResultFunction · 0.85

Calls 1

readInputPathFunction · 0.85

Tested by

no test coverage detected