Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
function unset(): undefined {
48
return undefined;
49
}
50
51
function setIsChanged(state: CurrentScript | undefined, isChanged: boolean) {
52
if (!state) return state;
Callers
1
currentScriptReducer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected