MCPcopy Create free account
hub / github.com/angular/dev-infra / stringify

Method stringify

github-actions/bazel/configure-remote/configure-remote.js:19631–19633  ·  view source on GitHub ↗

* Returns the current summary buffer as a string * * @returns {string} string of summary buffer

()

Source from the content-addressed store, hash-verified

19629 let first = true;
19630 for (const key in this.properties) {
19631 if (this.properties.hasOwnProperty(key)) {
19632 const val = this.properties[key];
19633 if (val) {
19634 if (first) {
19635 first = false;
19636 } else {

Callers 5

deepCloneFunction · 0.45
getResponseDataFunction · 0.45
getMockDispatchFunction · 0.45
toCommandValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected