MCPcopy Create free account
hub / github.com/cachix/cloud.devenv.sh / GithubInstance

Class GithubInstance

backend/src/github/model.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#[derive(Queryable, Selectable, Identifiable)]
18#[diesel(table_name = github_instance)]
19pub struct GithubInstance {
20 pub id: i32,
21 pub host: String,
22}
23
24#[derive(Queryable, Selectable, Identifiable, Insertable, AsChangeset)]
25#[diesel(table_name = github_installation)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected