MCPcopy Index your code
hub / github.com/postcss/postcss / getAnnotationURL

Method getAnnotationURL

lib/previous-map.js:60–62  ·  view source on GitHub ↗
(sourceMapString)

Source from the content-addressed store, hash-verified

58 }
59
60 getAnnotationURL(sourceMapString) {
61 return sourceMapString.replace(/^\/\*\s*# sourceMappingURL=/, '').trim()
62 }
63
64 isMap(map) {
65 if (typeof map !== 'object') return false

Callers 1

loadAnnotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected