MCPcopy Create free account
hub / github.com/chavyleung/scripts / barWrapper

Function barWrapper

tieba/tieba.js:183–185  ·  view source on GitHub ↗
(bar)

Source from the content-addressed store, hash-verified

181}
182
183function barWrapper(bar) {
184 return { id: bar.forum_id, name: bar.forum_name, exp: bar.user_exp, level: bar.user_level, isSign: bar.is_sign === 1 }
185}
186
187function showmsg() {
188 return new Promise((resolve) => {

Callers 1

tiebaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected