MCPcopy
hub / github.com/formatjs/formatjs / wasExtracted

Function wasExtracted

packages/babel-plugin-formatjs/utils.ts:214–216  ·  view source on GitHub ↗
(path: NodePath<any>)

Source from the content-addressed store, hash-verified

212 * @param path
213 */
214export function wasExtracted(path: NodePath<any>): boolean {
215 return !!path.node[EXTRACTED]
216}
217
218/**
219 * Store a message in our global messages

Callers 2

visitorFunction · 0.90
visitorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected