MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / copyState

Function copyState

lib/web/CodeMirror/mode/pug/pug.js:528–530  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

526 return new State();
527 }
528 function copyState(state) {
529 return state.copy();
530 }
531 /**
532 * Get the next token in the stream
533 *

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected