MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / remove

Function remove

src/examples/todo.tsx:13–15  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

11 return NSUserDefaults.standardUserDefaults.objectForKey(key);
12 },
13 remove(key: string) {
14 NSUserDefaults.standardUserDefaults.removeObjectForKey(key);
15 },
16};
17
18type TodoItem = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected