MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / activity_urn

Function activity_urn

atomic-canonical/src/prov.rs:104–106  ·  view source on GitHub ↗

`urn:atomic:activity: ` — the `prov:Activity` `@id`.

(activity_id: &str)

Source from the content-addressed store, hash-verified

102
103/// `urn:atomic:activity:<activity_id>` — the `prov:Activity` `@id`.
104pub fn activity_urn(activity_id: &str) -> String {
105 format!("urn:atomic:activity:{activity_id}")
106}
107
108/// `urn:atomic:agent:<slug>` — the `prov:SoftwareAgent` `@id` (a LABEL, non-DID).
109pub fn agent_urn(slug: &str) -> String {

Callers 2

map_graph_to_inputFunction · 0.85
sample_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected