MCPcopy Create free account
hub / github.com/ClydeTime/Surge / isShadowrocket

Method isShadowrocket

Script/Env.js:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 isShadowrocket() {
42 return 'Shadowrocket' === this.platform()
43 }
44
45 isStash() {
46 return 'Stash' === this.platform()

Callers

nothing calls this directly

Calls 1

platformMethod · 0.45

Tested by

no test coverage detected