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

Method end

worker-configuration.d.ts:1173–1173  ·  view source on GitHub ↗
(end: DocumentEnd)

Source from the content-addressed store, hash-verified

1171 comments?(comment: Comment): void | Promise<void>;
1172 text?(text: Text): void | Promise<void>;
1173 end?(end: DocumentEnd): void | Promise<void>;
1174}
1175interface Doctype {
1176 readonly name: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected