MCPcopy Index your code
hub / github.com/Semantic-Org/Semantic-UI / getMsgBody

Function getMsgBody

examples/assets/library/iframe.js:244–246  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

242 }
243
244 function getMsgBody(offset) {
245 return msg.substr(msg.indexOf(':')+msgHeaderLen+offset);
246 }
247
248 function forwardMsgFromIFrame(msgBody) {
249 log(iframeId,'MessageCallback passed: {iframe: '+ messageData.iframe.id + ', message: ' + msgBody + '}');

Callers 1

actionMsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…