MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / _readDocBlock

Method _readDocBlock

packager/src/node-haste/Module.js:195–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 _readDocBlock(): DocBlock {
196 if (this._docBlock == null) {
197 this._docBlock = docblock.parseAsObject(this._readSourceCode());
198 }
199 return this._docBlock;
200 }
201
202 _getHasteName(): ?string {
203 if (this._hasteNameCache == null) {

Callers 1

Calls 1

_readSourceCodeMethod · 0.95

Tested by

no test coverage detected