Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ atob
Function
atob
packages/core/wgc/atob.ts:1–9 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
1
export
function
atob(data: string) {
2
if
(__ANDROID__) {
3
return
(<any>org).nativescript.winter_tc.Utils.atob(data);
4
}
5
6
if
(__IOS__) {
7
return
(<any>NSString).atob(data);
8
}
9
}
Callers
3
findInlineOrLinkedMapFromJs
Function · 0.85
loadAndExtractMap
Function · 0.85
encodeDecode
Function · 0.85
Calls
1
atob
Method · 0.80
Tested by
no test coverage detected