MCPcopy Create free account
hub / github.com/unconed/TermKit / async

Function async

HTML/termkit.js:35–38  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

33}
34
35function async(func) {
36 var that = this;
37 setTimeout(function () { func.call(that); }, 0);
38}
39
40function escapeText(text) {
41 return String(text).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');

Callers 2

command.jsFile · 0.85
command.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected