MCPcopy Create free account
hub / github.com/Make-md/makemd / writeToPath

Method writeToPath

src/shared/types/spaceManager.ts:82–82  ·  view source on GitHub ↗
(path: string, content: any, binary?: boolean)

Source from the content-addressed store, hash-verified

80 deletePath(path: string): void;
81 readPath(path: string): Promise<string>;
82 writeToPath(path: string, content: any, binary?: boolean): Promise<void>;
83 parentPathForPath(path: string): string;
84 readPathCache(path: string): Promise<PathCache>;
85 allSpaces(): SpaceInfo[];

Callers 7

writeToPathMethod · 0.65
glFunction · 0.65
woeFunction · 0.65
DFunction · 0.65
kFunction · 0.65
k9eFunction · 0.65
sFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected