MCPcopy Create free account
hub / github.com/mlco2/codecarbon / makeOrganization

Function makeOrganization

webapp/src/api/mock/data.ts:71–77  ·  view source on GitHub ↗
(args: {
    id: string;
    name: string;
    description: string;
})

Source from the content-addressed store, hash-verified

69// ─── Factories ─────────────────────────────────────────────────────────────
70
71function makeOrganization(args: {
72 id: string;
73 name: string;
74 description: string;
75}): Organization {
76 return { ...args };
77}
78
79function makeUser(args: {
80 id: string;

Callers 1

data.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…