MCPcopy
hub / github.com/chavyleung/scripts / isShadowrocket

Method isShadowrocket

Env.js:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 isShadowrocket() {
97 return 'Shadowrocket' === this.getEnv()
98 }
99
100 isStash() {
101 return 'Stash' === this.getEnv()

Callers

nothing calls this directly

Calls 1

getEnvMethod · 0.45

Tested by

no test coverage detected