MCPcopy
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_functionFunction · 0.90
pushMethod · 0.80
hasMethod · 0.45

Tested by

no test coverage detected