We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f0d1d commit bbcc488Copy full SHA for bbcc488
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2379,6 +2379,8 @@ link_parent(
2379
int link_target : @link_target ref
2380
);
2381
2382
+/*- Database metadata -*/
2383
+
2384
/**
2385
* The CLI will automatically emit applicable tuples for this table,
2386
* such as `databaseMetadata("isOverlay", "true")` when building an
@@ -2389,6 +2391,8 @@ databaseMetadata(
2389
2391
string value: string ref
2390
2392
2393
2394
+/*- Overlay support -*/
2395
2396
2397
* The CLI will automatically emit tuples for each new/modified/deleted file
2398
* when building an overlay database.
0 commit comments