Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
214
export
function
wasExtracted(path: NodePath<any>): boolean {
215
return
!!path.node[EXTRACTED]
216
}
217
218
/**
219
* Store a message in our global messages
Callers
2
visitor
Function · 0.90
visitor
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected