MCPcopy Create free account
hub / github.com/commonhaus/foundation / fetchBooleanValue

Method fetchBooleanValue

templates/panda/PolicyPanda.java:493–499  ·  view source on GitHub ↗
(String fieldName, JsonNode node)

Source from the content-addressed store, hash-verified

491 }
492
493 public void fetchBooleanValue(String fieldName, JsonNode node) {
494 String repoUrl = node.get("url").asText();
495 JsonNode response = rawRequest(repoUrl + "/" + fieldName);
496 if (response != null) {
497 ((ObjectNode) node).set(fieldName, response);
498 }
499 }
500
501 record CommunityFiles(
502 GHContent governance,

Callers 1

runOrgSettingsReportMethod · 0.95

Calls 2

getMethod · 0.80
rawRequestMethod · 0.80

Tested by

no test coverage detected