Skip to content
# Function: extractAstCommentAttachments()

extractAstCommentAttachments(input): AstCommentAttachment[]

Defined in: packages/core/src/transformers/AstCommentAttachmentExtractor.ts:306

Extract comment attachment facts from a SQL AST component.

Parameters ​

input ​

SqlComponent | null | undefined

Returns ​

AstCommentAttachment[]

Released under the MIT License.