Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/src/content/docs/api/Entities/assertstmt.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: AssertStmt - Code-Pathfinder Reference | CodeQL Alternative
title: AssertStmt Statement
description: "AssertStmt Statement Entity - Code PathFinder API Index"
---
import PostHogLayout from '../../../../layouts/PostHogLayout.astro';
Expand Down Expand Up @@ -33,5 +33,4 @@ class MyClass {
| GetPP() string | Returns the pretty-printed representation of the assert statement |
| ToString() string | Returns a string representation of the assert statement |
| GetMessage() *Expr | Returns the message expression associated with the assert statement if present |
| GetExpr() *Expr | Returns the condition expression being asserted in the statement |
| ------------------------------ | ----------------------------------------------------------------------------------|
| GetExpr() *Expr | Returns the condition expression being asserted in the statement |
2 changes: 1 addition & 1 deletion docs/src/content/docs/api/Entities/blockstmt.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: BlockStmt - Code-Pathfinder Reference | CodeQL Alternative
title: BlockStmt Statement
description: "Block Statement Entity - Code PathFinder API Index"
---
import PostHogLayout from '../../../../layouts/PostHogLayout.astro';
Expand Down
3 changes: 1 addition & 2 deletions docs/src/content/docs/api/Entities/returnstmt.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: ReturnStmt - Code-Pathfinder Reference | CodeQL Alternative
title: ReturnStmt Statement
description: Return Statement Entity - Code PathFinder API Index"
---
import PostHogLayout from '../../../../layouts/PostHogLayout.astro';
Expand Down Expand Up @@ -33,4 +33,3 @@ class MyClass {
| GetPP() string | Returns the pretty-printed representation of the statement |
| ToString() string | Returns a string representation of the return statement |
| GetResult() *Expr | Returns the expression being returned by this statement |
| ------------------------------ | -----------------------------------------------------------|
Loading