Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/totaljs/framework
/ wrap
Function
wrap
image.js:729–731 ·
view source on GitHub ↗
(command, empty)
Source
from the content-addressed store, hash-verified
727
};
728
729
function
wrap(command, empty) {
730
return
(empty ?
' '
:
''
) + (command ===
'-'
? command : (D + command.replace(REGEXP_ESCAPE,
''
) + D));
731
}
732
733
exports.Image = Image;
734
exports.Picture = Image;
Callers
1
image.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected