MCPcopy
hub / github.com/justadudewhohacks/face-recognition.js / load

Function load

lib/src/FaceRecognizer/index.js:27–29  ·  view source on GitHub ↗
(rawDescriptors)

Source from the content-addressed store, hash-verified

25 }
26
27 function load(rawDescriptors) {
28 descriptorsByClass = loadDescriptors(rawDescriptors)
29 }
30
31 /* reset, e.g. clear the descriptors */
32 function clear() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected