MCPcopy
hub / github.com/648540858/wvp-GB28181-pro / get

Function get

web/public/static/js/ZLMRTCClient.js:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194
195 Object.defineProperty(proto, 'on' + eventNameToWrap, {
196 get() {
197 return this['_on' + eventNameToWrap];
198 },
199 set(cb) {
200 if (this['_on' + eventNameToWrap]) {
201 this.removeEventListener(eventNameToWrap,

Callers

nothing calls this directly

Calls 1

replaceInternalStreamIdFunction · 0.85

Tested by

no test coverage detected