We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a122a + 8c6ab60 commit ba89c92Copy full SHA for ba89c92
lsif-semanticdb/src/main/java/com/sourcegraph/lsif_semanticdb/ResultSets.java
@@ -43,7 +43,7 @@ public ResultIds apply(String symbol) {
43
int resultSet = writer.emitResultSet();
44
45
// Moniker
46
- int monikerId = writer.emitMonikerVertex(symbol, isExportedSymbol);
+ int monikerId = writer.emitMonikerVertex(symbol, hasDefinitionResult);
47
writer.emitMonikerEdge(resultSet, monikerId);
48
packages.writeImportedSymbol(symbol, monikerId);
49
0 commit comments