MCPcopy
hub / github.com/google/gts / ReadFileP

Interface ReadFileP

src/util.ts:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42export interface ReadFileP {
43 (path: string, encoding: string): Promise<string>;
44}
45
46export function nop() {
47 /* empty */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…