Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ getLogOther
Function
getLogOther
web/src/helpers/log.js:1–7 ·
view source on GitHub ↗
(otherStr)
Source
from the content-addressed store, hash-verified
1
export
function
getLogOther(otherStr) {
2
if
(otherStr === undefined || otherStr ===
''
) {
3
otherStr =
'{}'
;
4
}
5
let
other = JSON.parse(otherStr);
6
return
other;
7
}
Callers
1
LogsTable.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected