Module yz_cover

This module contains functionality related to creating coverage information for distributed search queries.

Description

This module contains functionality related to creating coverage information for distributed search queries.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
terminate/2

Function Details

code_change/3

code_change(X1, S, X3) -> any()

handle_call/3

handle_call(Req, X2, S) -> any()

handle_cast/2

handle_cast(X1, S) -> any()

handle_info/2

handle_info(Req, S) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc