MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / set_metadata

Method set_metadata

core/src/workflow.rs:96–98  ·  view source on GitHub ↗

Set workflow metadata

(&mut self, key: String, value: serde_json::Value)

Source from the content-addressed store, hash-verified

94
95 /// Set workflow metadata
96 pub fn set_metadata(&mut self, key: String, value: serde_json::Value) {
97 self.metadata.insert(key, value);
98 }
99}
100
101/// Builder for creating workflows with fluent API

Calls 1

insertMethod · 0.80