MCPcopy Index your code
hub / github.com/cookpete/react-player / argsArray

Function argsArray

scripts/builder/builder.js:107–111  ·  view source on GitHub ↗
(args, name)

Source from the content-addressed store, hash-verified

105}
106
107function argsArray (args, name) {
108 return Object.keys(args)
109 .filter(k => k.startsWith(`${name}:`))
110 .map(k => k.slice(`${name}:`.length))
111}
112
113function argsObject (args, name) {
114 return Object.keys(args)

Callers 1

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…