MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / removeAttribute

Function removeAttribute

packages/nativescript-inspector/src/index.ts:146–150  ·  view source on GitHub ↗
(this: any, name: string)

Source from the content-addressed store, hash-verified

144 }, undefined);
145 },
146 removeAttribute(this: any, name: string): void {
147 safeCall(() => {
148 debugAttributeStore(this).delete(name);
149 }, undefined);
150 },
151 };
152
153 const applyToPrototype = (prototype: any): void => {

Callers

nothing calls this directly

Calls 3

safeCallFunction · 0.85
debugAttributeStoreFunction · 0.85
deleteMethod · 0.65

Tested by

no test coverage detected