MCPcopy
hub / github.com/esm-dev/esm.sh / Integrity

Method Integrity

internal/importmap/importmap.go:151–153  ·  view source on GitHub ↗

Integrity returns the integrity of the import map.

()

Source from the content-addressed store, hash-verified

149
150// Integrity returns the integrity of the import map.
151func (im *ImportMap) Integrity() *Imports {
152 return im.integrity
153}
154
155// SetIntegrity sets the integrity of the import map.
156func (im *ImportMap) SetIntegrity(integrity *Imports) {

Callers 1

tidyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected