MCPcopy Create free account
hub / github.com/EOSIO/eosjs-api / out

Function out

bin/api-docs.js:34–36  ·  view source on GitHub ↗
(str = '')

Source from the content-addressed store, hash-verified

32}
33
34function out(str = '') {
35 console.log(str.trim())
36}
37
38function outln(str = '') {
39 console.log(str.trim() + '\n')

Callers 2

outJsDocFunction · 0.70
api-docs.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected