Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ isShadowrocket
Method
isShadowrocket
env/env.js:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
return
'Loon'
=== this.getEnv()
66
}
67
isShadowrocket() {
68
return
'Shadowrocket'
=== this.getEnv()
69
}
70
isStash() {
71
return
'Stash'
=== this.getEnv()
72
}
Callers
nothing calls this directly
Calls
1
getEnv
Method · 0.45
Tested by
no test coverage detected