MCPcopy
hub / github.com/meteor/meteor / getInfoFile

Function getInfoFile

tools/shell-client.ts:14–16  ·  view source on GitHub ↗
(shellDir: string)

Source from the content-addressed store, hash-verified

12const EXITING_MESSAGE = "Shell exiting...";
13
14function getInfoFile(shellDir: string): string {
15 return path.join(shellDir, "info.json");
16}
17
18// Invoked by the process running `meteor shell` to attempt to connect to
19// the server via the socket file.

Callers 1

connectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…