mirror of
https://github.com/github/codeql.git
synced 2026-06-03 12:50:16 +02:00
small update
This commit is contained in:
@@ -157,7 +157,8 @@ class CodexPrompt extends EndpointFeature, TCodexPrompt {
|
||||
* TODO
|
||||
*/
|
||||
private string getCurrentEndpointPrompt(DataFlow::Node endpoint) {
|
||||
result = "Endpoint: " + endpoint.asExpr().toString()
|
||||
result = "|" + endpoint.asExpr().toString() + "|"
|
||||
// TODO + getNeighborhood(endpoint) + "|"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user