Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MetaMask/metamask-extension
/ toString
Function
toString
shared/lib/Numeric.test.ts:12–14 ·
view source on GitHub ↗
(base = 10)
Source
from the content-addressed store, hash-verified
10
return
{
11
words: [0],
12
toString(base = 10) {
13
return
value.toString(base);
14
},
15
};
16
}
17
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected