MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / next

Method next

packages/core/ui/builder/index.ts:331–333  ·  view source on GitHub ↗
(args: xml.ParserEvent)

Source from the content-addressed store, hash-verified

329 return next;
330 }
331 protected next(args: xml.ParserEvent) {
332 this._next.parse(args);
333 }
334 }
335
336 export class XmlStringParser extends XmlProducerBase implements XmlProducer {

Callers 12

dataDeserializeFunction · 0.80
stringSetToStringArrayFunction · 0.80
getAllKeysFunction · 0.80
_getAvailableViewMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
replayMethod · 0.80
configureServerFunction · 0.80
processJournalMethod · 0.80
trimToSizeMethod · 0.80

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected