MCPcopy Create free account
hub / github.com/everx-labs/everdev / everdevInit

Function everdevInit

src/core/index.ts:204–207  ·  view source on GitHub ↗
(options?: EverdevOptions)

Source from the content-addressed store, hash-verified

202}
203
204export function everdevInit(options?: EverdevOptions) {
205 TonClient.useBinaryLibrary(libNode)
206 config.home = options?.home ?? config.home
207}
208
209export function everdevDone() {
210 TonClient.default.close()

Callers 2

cli.jsFile · 0.85
initTestsFunction · 0.85

Calls

no outgoing calls

Tested by 1

initTestsFunction · 0.68