Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hey-api/hey-api
/ toAst
Method
toAst
packages/openapi-python/src/py-dsl/layout/doc.ts:45–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
override toAst() {
46
// Return a dummy comment node for compliance.
47
return
py.factory.createComment(this.resolve() ??
''
);
48
// return this.$node(new IdTsDsl(''));
49
}
50
}
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.95
Tested by
no test coverage detected