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

Function createOuterbaseSource

src/outerbase-cloud/api-workspace.ts:82–91  ·  view source on GitHub ↗
(
  workspaceId: string,
  source: OuterbaseAPISourceInput
)

Source from the content-addressed store, hash-verified

80}
81
82export function createOuterbaseSource(
83 workspaceId: string,
84 source: OuterbaseAPISourceInput
85) {
86 return requestOuterbase<OuterbaseAPISource>(
87 `/api/v1/workspace/${workspaceId}/source`,
88 "POST",
89 source
90 );
91}
92
93export async function updateOuterbaseSchemas(
94 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…