Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 769 Bytes

File metadata and controls

16 lines (8 loc) · 769 Bytes

GetTokensResponse

Properties

Name Type Description Notes
aiDecomp String Tokenised AI-decompilation. Includes generated comments. Empty until a run has succeeded.
analysisId Long Analysis the function belongs to. Scopes every data_type_id below.
placeholderToRenderedToken Map<String, RenderedToken> Each placeholder token mapped to the value the server would render in its place, and the record it refers to. Null until a run has succeeded.
placeholderToUserOverride Map<String, Token> The caller's own overrides, keyed by token. Null until a run has succeeded.