Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bywwcnll/StreamPanel
/ isMessageLikeEvent
Function
isMessageLikeEvent
inject.js:103–105 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
101
}
102
103
function
isMessageLikeEvent(event) {
104
return
event && Object.prototype.hasOwnProperty.call(event,
'data'
);
105
}
106
107
function
resolveUrl(input, fallbackUrl = window.location.href) {
108
if
(!input) {
Callers
1
captureEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected