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

Class GithubOwner

backend/src/github/model.rs:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[derive(Queryable, Selectable, Identifiable, Insertable, AsChangeset)]
33#[diesel(table_name = github_owner)]
34pub struct GithubOwner {
35 pub id: i64,
36 pub login: String,
37 pub name: String,
38 pub instance_id: i32,
39 pub is_user: bool,
40}
41
42impl GithubOwner {
43 pub async fn get_by_login(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected