MCPcopy Index your code
hub / github.com/atomicdata-dev/atomic-data-browser / removePropValLocally

Method removePropValLocally

lib/src/resource.ts:244–246  ·  view source on GitHub ↗

* Removes a property value combination from this resource, does not store the * remove action in Commit

(propertyUrl: string)

Source from the content-addressed store, hash-verified

242 * remove action in Commit
243 */
244 removePropValLocally(propertyUrl: string): void {
245 this.propvals.delete(propertyUrl);
246 }
247
248 /**
249 * Commits the changes and sends the Commit to the resource's `/commit`

Callers 1

parseAndApplyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected