MCPcopy
hub / github.com/limbopro/Profiles4limbo / ReadPolicy

Function ReadPolicy

Netflix/check.js:24–34  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

22
23
24function ReadPolicy(cnt) {
25 var res = ""
26 for (var key in cnt) {
27 if (key == policy_name){
28 dd = cnt[key]
29 res = res + dd.join(arrow)
30 break
31 }
32 }
33 return res.split(policy_name+arrow)[1]
34}
35
36const message = {
37 action: "get_policy_state",

Callers 1

check.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected