Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ get
Function
get
src/app/service/content/create_context.ts:325–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
};
324
return
{
325
get() {
326
return
eventObject.fn;
327
},
328
set(newVal: EventListener | any) {
329
const
{ fn } = eventObject;
330
if
(newVal !== fn) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected