MCPcopy Index your code
hub / github.com/outerbase/studio / createOuterbaseBase

Function createOuterbaseBase

src/outerbase-cloud/api-workspace.ts:34–42  ·  view source on GitHub ↗
(workspaceId: string, name: string)

Source from the content-addressed store, hash-verified

32}
33
34export function createOuterbaseBase(workspaceId: string, name: string) {
35 return requestOuterbase<OuterbaseAPIBase>(
36 `/api/v1/workspace/${workspaceId}/base`,
37 "POST",
38 {
39 name,
40 }
41 );
42}
43
44export function createOuterbaseConnection(
45 workspaceId: string,

Callers 1

runSaveFunction · 0.90

Calls 1

requestOuterbaseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…