Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bathos/Ecmascript-Sublime
/ distinct_id
Function
distinct_id
nested/src/modify-ecmascript.js:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
};
115
116
const
distinct_id = n_id => Buffer.from(n_id+
''
).toString(
'base64'
).replace(/=+$/,
''
);
117
118
const
yaml_load = z_yaml =>
'string'
=== typeof z_yaml
119
? yaml.safeLoad(`%YAML 1.2\n---\n${gobble(z_yaml)}\n`)
Callers
1
modify-ecmascript.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected