MCPcopy Create free account
hub / github.com/codemix/graph / updateProperty

Method updateProperty

packages/graph/src/GraphStorage.ts:113–113  ·  view source on GitHub ↗

* Update a property of a vertex or edge. * @param id The id of the vertex or edge. * @param key The key of the property. * @param value The value of the property.

(id: ElementId, key: string, value: any)

Source from the content-addressed store, hash-verified

111 * @param value The value of the property.
112 */
113 updateProperty(id: ElementId, key: string, value: any): void;
114}
115
116export interface StoredElement {

Callers 9

pushMethod · 0.65
handleAsyncTransactionFunction · 0.65
updatePropertyMethod · 0.65
setFunction · 0.65
indexes.test.tsFile · 0.65
AsyncGraph.test.tsFile · 0.65
Graph.test.tsFile · 0.65

Implementers 2

InMemoryGraphStoragepackages/graph/src/GraphStorage.ts
YGraphStoragepackages/y-graph-storage/src/YGraphSto

Calls

no outgoing calls

Tested by

no test coverage detected