MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / join

Method join

packages/wl-sdk/src/client.ts:209–226  ·  view source on GitHub ↗
(input: JoinInput)

Source from the content-addressed store, hash-verified

207 // ── Lifecycle ──────────────────────────────────────────────────
208
209 async join(input: JoinInput): Promise<JoinResult> {
210 return unwrap(
211 await join({
212 auth: this.#auth,
213 upstream: this.#upstream,
214 dolthubOrg: this.#config.forkOrg,
215 rigHandle: this.#config.rigHandle,
216 displayName: input.displayName,
217 ownerEmail: input.ownerEmail,
218 version: input.version,
219 forkTimeoutMs: input.forkTimeoutMs,
220 sleep: input.sleep,
221 fetch: this.#config.fetch,
222 hooks: this.#hooks,
223 }),
224 this.#config.onError
225 );
226 }
227
228 async leave(): Promise<LeaveResult> {
229 return unwrap(

Callers 15

joinViaSdkFunction · 0.95
parseScopedConnectPathFunction · 0.80
buildBrowseSqlFunction · 0.80
buildDoltUrlFunction · 0.80
formatTagsJsonFunction · 0.80
updateWantedDMLFunction · 0.80
stripLineCommentsFunction · 0.80
pascalCaseFunction · 0.80
renderRowSchemaFunction · 0.80
renderTableMetaFunction · 0.80
renderSchemaStatementsFunction · 0.80

Calls 2

joinFunction · 0.90
unwrapFunction · 0.70

Tested by 15

serializeFiltersToParamsFunction · 0.64
generateTestCsvFunction · 0.64
generateTestCsvFunction · 0.64
findLatestMutationsFileFunction · 0.64
startMcpFixtureServerFunction · 0.64
writeFileFunction · 0.64
createRepoFunction · 0.64
withFakePnpmFunction · 0.64
buildPromptFunction · 0.64
writeFunction · 0.64
configFixtureFunction · 0.64