Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
def
parse_fdl(source: str) -> Schema:
108
return
Parser(Lexer(source).tokenize()).parse()
109
110
111
def
parse_proto(source: str) -> Schema:
Callers
15
test_services_do_not_change_models
Function · 0.70
test_unsupported_generators_no_services
Function · 0.70
test_java_grpc_fory_marshaller
Function · 0.70
test_python_grpc_byte_callbacks
Function · 0.70
test_python_grpc_sync_mode
Function · 0.70
test_js_grpc_uses_model_fory
Function · 0.70
test_js_grpc_named_union_root
Function · 0.70
test_js_grpc_evolving_false_roots
Function · 0.70
test_js_grpc_nested_roots
Function · 0.70
test_js_grpc_web_codegen
Function · 0.70
test_js_grpc_web_stream_text
Function · 0.70
test_js_grpc_web_rejects_client
Function · 0.70
Calls
4
Parser
Class · 0.90
Lexer
Class · 0.90
parse
Method · 0.45
tokenize
Method · 0.45
Tested by
no test coverage detected