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

Function scope

atomic-canonical/src/delegation.rs:643–650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

641 }
642
643 fn scope() -> DelegationScope {
644 DelegationScope::builder()
645 .permission(DelegationPermission::Read)
646 .permission(DelegationPermission::Record)
647 .server("https://atomic.storage")
648 .project("acme/*")
649 .build()
650 }
651
652 fn certificate() -> (Party, Party, Value) {
653 let alice = human("alice");

Callers 1

certificateFunction · 0.70

Calls 4

projectMethod · 0.80
serverMethod · 0.80
permissionMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected