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

Method before

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

Source from the content-addressed store, hash-verified

1215 readonly lastInTextNode: boolean;
1216 readonly removed: boolean;
1217 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1218 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1219 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1220 remove(): Text;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected