MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isLoon

Method isLoon

env/env.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 return 'Surge' === this.getEnv()
63 }
64 isLoon() {
65 return 'Loon' === this.getEnv()
66 }
67 isShadowrocket() {
68 return 'Shadowrocket' === this.getEnv()
69 }

Callers

nothing calls this directly

Calls 1

getEnvMethod · 0.45

Tested by

no test coverage detected