Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 4a5b29e

Browse files
author
Max Schaefer
committed
Add a missing qldoc comment.
1 parent ed3a06e commit 4a5b29e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ql/src/semmle/go/frameworks/Stdlib.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ module Log {
791791

792792
/** Provides models of some functions in the `encoding/json` package. */
793793
module EncodingJson {
794+
/** The `Marshal` or `MarshalIndent` function in the `encoding/json` package. */
794795
class MarshalFunction extends TaintTracking::FunctionModel, MarshalingFunction::Range {
795796
MarshalFunction() {
796797
this.hasQualifiedName("encoding/json", "Marshal") or

0 commit comments

Comments
 (0)