()
| 125 | blueprint.fileMapTokens = function () { |
| 126 | return { |
| 127 | __foo__() { |
| 128 | return 'foo'; |
| 129 | }, |
| 130 | }; |
| 131 | }; |
| 132 | let tokens = blueprint._fileMapTokens(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…