MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / isWeChat

Function isWeChat

frontend/src/App.tsx:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119function isWeChat() {
120 return /MicroMessenger/i.test(navigator.userAgent);
121}
122
123function isMobile() {
124 return (

Callers 1

AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected