Click or drag to resize

ScriptCoverageFunctions Property

Version 108.4.130
Functions contained in the script that has coverage data.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public IList<FunctionCoverage> Functions { get; set; }

Property Value

Type: IListFunctionCoverage
See Also