MCPcopy Create free account
hub / github.com/apache/fory / parse_fdl

Function parse_fdl

compiler/fory_compiler/tests/test_service_codegen.py:107–108  ·  view source on GitHub ↗
(source: str)

Source from the content-addressed store, hash-verified

105
106
107def parse_fdl(source: str) -> Schema:
108 return Parser(Lexer(source).tokenize()).parse()
109
110
111def parse_proto(source: str) -> Schema:

Calls 4

ParserClass · 0.90
LexerClass · 0.90
parseMethod · 0.45
tokenizeMethod · 0.45

Tested by

no test coverage detected