MCPcopy
hub / github.com/different-ai/openwork / log

Function log

ee/apps/den-api/scripts/seed-demo-org.ts:922–924  ·  view source on GitHub ↗
(icon: string, message: string)

Source from the content-addressed store, hash-verified

920}
921
922function log(icon: string, message: string) {
923 console.log(` ${icon} ${message}`)
924}
925
926async function resetDemoOrg() {
927 const existing = await db.select().from(OrganizationTable).where(eq(OrganizationTable.slug, DEMO_ORG_SLUG)).limit(1)

Callers 11

resetDemoOrgFunction · 0.70
seedPluginsFunction · 0.70
mainFunction · 0.70
ensureMysqlFunction · 0.50
ensureSchemaFunction · 0.50
ensureDenApiFunction · 0.50
ensureSeedFunction · 0.50
freeStaleAppPortsFunction · 0.50
ensureAppFunction · 0.50
ensureDenStackFunction · 0.50
denStackDownFunction · 0.50

Calls 1

logMethod · 0.80

Tested by

no test coverage detected