Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ replace
Method
replace
frontend/src/helpers/instance_list.ts:71–73 ·
view source on GitHub ↗
(instance: InstanceInterface, index: number)
Source
from the content-addressed store, hash-verified
69
}
70
71
public replace(instance: InstanceInterface, index: number) {
72
this.instance_list.splice(index, 1, instance);
73
}
74
}
Callers
15
job_launch_list_core
Function · 0.80
append_to_batch_core
Function · 0.80
build_date_range
Method · 0.80
getErrorMessage
Method · 0.80
parseHeader
Method · 0.80
parse_single_function
Method · 0.80
strip_desired_context_from_error
Method · 0.80
toMacStyleHotkeys
Method · 0.80
classToHex
Function · 0.80
parseHex
Function · 0.80
parseGradient
Function · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected