Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ hasDiff
Method
hasDiff
apps/sim/lib/workflows/diff/diff-engine.ts:742–744 ·
view source on GitHub ↗
* Check if a diff is active
()
Source
from the content-addressed store, hash-verified
740
* Check
if
a diff is active
741
*/
742
hasDiff(): boolean {
743
return
this.currentDiff !== undefined
744
}
745
746
/**
747
* Get the workflow state
for
display (either diff or provided state)
Callers
1
diff-engine.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected