MCPcopy Create free account
hub / github.com/arctic-cli/interface / current

Method current

packages/sdk/js/src/gen/sdk.gen.ts:259–264  ·  view source on GitHub ↗

* Get the current project

(options?: Options<ProjectCurrentData, ThrowOnError>)

Source from the content-addressed store, hash-verified

257 * Get the current project
258 */
259 public current<ThrowOnError extends boolean = false>(options?: Options<ProjectCurrentData, ThrowOnError>) {
260 return (options?.client ?? this._client).get<ProjectCurrentResponses, unknown, ThrowOnError>({
261 url: "/project/current",
262 ...options,
263 })
264 }
265}
266
267class Pty extends _HeyApiClient {

Callers 15

AppFunction · 0.45
DialogModelFunction · 0.45
DialogAgentFunction · 0.45
PromptFunction · 0.45
submitFunction · 0.45
selectModelFunction · 0.45
handleBenchmarkCommandFunction · 0.45
SidebarFunction · 0.45
startBenchmarkFunction · 0.45
selectBenchmarkModelFunction · 0.45
SessionFunction · 0.45
local.tsxFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected