Click or drag to resize

ScriptCoverageFunctions Property

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

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

Property Value

Type: IListFunctionCoverage
See Also