small update

This commit is contained in:
tiferet
2022-11-29 12:37:02 -08:00
parent 0c87b25698
commit 55839c8df2

View File

@@ -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) + "|"
}
/**