MCPcopy
hub / github.com/graphql/graphiql / save

Method save

packages/graphiql-toolkit/src/storage/query.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 save() {
115 this.storage.set(this.key, JSON.stringify({ [this.key]: this.items }));
116 }
117}

Callers 2

editMethod · 0.95
deleteMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected