MCPcopy
hub / github.com/Swatinem/rust-cache / saveState

Method saveState

src/config.ts:358–360  ·  view source on GitHub ↗

* Saves the configuration to the state store. * This is used to restore the configuration in the post action.

()

Source from the content-addressed store, hash-verified

356 * This is used to restore the configuration in the post action.
357 */
358 saveState() {
359 core.saveState(STATE_CONFIG, this);
360 }
361}
362
363/**

Callers 1

runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected