Behaviors
List of software behaviors discovered with static code analysis.
Decompresses a Tar archive. (x1)
file
Accesses the /dev/null pseudo-file. (x1)
file
Enumerates files in a given directory. (x3)
search
Writes to files. (x10)
file
Copies a file/directory. (x1)
file
Serializes data into the JSON format. (x7)
file
Reads from files. (x5)
file
Creates a directory. (x1)
file
Imports external module "react" which provides a library for creating user interfaces. (x8)
execution
Replaces a substring in a string using a regular expression. (x2)
behavior