Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Opens a TCP connection to a remote server. (x2)
network
Creates a new TLS socket from an existing TCP socket. (x2)
network
Connects through HTTP. (x3)
network
Adds a one-time listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x2)
behavior
Removes listeners for a specified event. (x2)
behavior
Enumerates listeners for an event. (x2)
behavior
Adds a listener function for a specified event. (x2)
behavior