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

Method hasAttribute

worker-configuration.d.ts:1186–1186  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1184 readonly namespaceURI: string;
1185 getAttribute(name: string): string | null;
1186 hasAttribute(name: string): boolean;
1187 setAttribute(name: string, value: string): Element;
1188 removeAttribute(name: string): Element;
1189 before(content: string | ReadableStream | Response, options?: ContentOptions): Element;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected