MCPcopy Create free account
hub / github.com/Roy3838/Observer / clearModelParams

Method clearModelParams

app/src/utils/ModelManager.ts:633–635  ·  view source on GitHub ↗
(modelName: string)

Source from the content-addressed store, hash-verified

631 }
632
633 public clearModelParams(modelName: string): void {
634 localStorage.removeItem(`${MODEL_PARAMS_PREFIX}${modelName}`);
635 }
636
637 public hasModelParams(modelName: string): boolean {
638 return Object.keys(this.getModelParams(modelName)).length > 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected