MCPcopy Index your code
hub / github.com/pyscript/pyscript / push

Method push

core/src/stdlib.js:20–23  ·  view source on GitHub ↗
(...values)

Source from the content-addressed store, hash-verified

18 this.#paths = paths;
19 }
20 push(...values) {
21 if (this.#add) super.push(...values);
22 return this.#array.push(...values);
23 }
24 path(path) {
25 for (const _path of this.#paths) {
26 // bails out at the first `true` value

Callers 9

dictionaryFunction · 0.45
plugins.cjsFile · 0.45
createListFunction · 0.45
writeFunction · 0.45
stdlib.jsFile · 0.45
all-done.jsFile · 0.45
codeFunction · 0.45
config.jsFile · 0.45
js_tests.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected