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

Method getAttribute

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

Source from the content-addressed store, hash-verified

1183 readonly removed: boolean;
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected