MCPcopy
hub / github.com/transloadit/uppy / getState

Function getState

packages/@uppy/thumbnail-generator/src/index.test.js:524–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 }
523 const core = Object.assign(new MockCore(), {
524 getState() {
525 return { files, plugins: {} }
526 },
527 getFile(id) {
528 return files[id]
529 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…