Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ ownKeys
Function
ownKeys
packages/svelte/src/internal/client/reactivity/props.js:81–83 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
79
return
key in target.props;
80
},
81
ownKeys(target) {
82
return
Reflect.ownKeys(target.props).filter((key) => !target.exclude.has(key));
83
}
84
};
85
86
/**
Callers
nothing calls this directly
Calls
3
is_function
Function · 0.90
push
Method · 0.80
has
Method · 0.45
Tested by
no test coverage detected