MCPcopy Create free account
hub / github.com/EsperoTech/yaade / unset

Function unset

client/src/state/currentScript.tsx:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function unset(): undefined {
48 return undefined;
49}
50
51function setIsChanged(state: CurrentScript | undefined, isChanged: boolean) {
52 if (!state) return state;

Callers 1

currentScriptReducerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected