MCPcopy Create free account
hub / github.com/JSH32/Backpack / create_application

Method create_application

src/services/application.rs:76–123  ·  view source on GitHub ↗

Create an application. # Arguments `user_id` - User who owns the application. `name` - Name of the application (must be unique). Returns [`ApplicationData`] with a token.

(
        &self,
        user_id: &str,
        name: &str,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

createFunction · 0.80

Calls 3

intoMethod · 0.80
new_jwtMethod · 0.80
cloneMethod · 0.80

Tested by

no test coverage detected