MCPcopy Create free account
hub / github.com/clawshell/clawshell / id

Method id

src/oauth/mod.rs:492–494  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

490 #[async_trait]
491 impl OAuthProvider for MockProvider {
492 fn id(&self) -> &str {
493 &self.id
494 }
495 fn display_name(&self) -> &str {
496 "Mock Provider"
497 }

Callers 2

start_clawshell_directFunction · 0.45
registerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected