Add missing QLDocs

This commit is contained in:
Owen Mansel-Chan
2026-06-02 00:41:48 +01:00
committed by yoff
parent 06bf40cfc6
commit 87f3c92a7f

View File

@@ -12,6 +12,7 @@ import go
* forks.
*/
module Glog {
/** Gets a package name for `glog` or `klog` (which is a fork). */
string packagePath() {
result =
package([
@@ -55,6 +56,7 @@ module Glog {
*/
int getFirstPrintedArg() { result = firstPrintedArg }
/** Holds if this function takes a format string. */
predicate formatter() { format = "f" }
override predicate mayReturnNormally() { level != "Fatal" and level != "Exit" }