MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / buildDatasetVersion

Method buildDatasetVersion

server/modules/runtimeCache.js:773–778  ·  view source on GitHub ↗
(dataset, timezone = "")

Source from the content-addressed store, hash-verified

771 }
772
773 buildDatasetVersion(dataset, timezone = "") {
774 return this.hash({
775 timezone,
776 dataset: dataset && typeof dataset.toJSON === "function" ? dataset.toJSON() : dataset,
777 });
778 }
779
780 runSingleFlight(key, factory) {
781 if (this.inFlight.has(key)) {

Callers 1

runRequestMethod · 0.80

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected