MCPcopy Create free account
hub / github.com/idosal/git-mcp / before

Method before

worker-configuration.d.ts:1208–1208  ·  view source on GitHub ↗
(content: string, options?: ContentOptions)

Source from the content-addressed store, hash-verified

1206 text: string;
1207 readonly removed: boolean;
1208 before(content: string, options?: ContentOptions): Comment;
1209 after(content: string, options?: ContentOptions): Comment;
1210 replace(content: string, options?: ContentOptions): Comment;
1211 remove(): Comment;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected