diff --git a/src/Function.FromCallback.cs b/src/Function.FromCallback.cs
index c45071c2..8abdd0e2 100644
--- a/src/Function.FromCallback.cs
+++ b/src/Function.FromCallback.cs
@@ -9,6 +9,7 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
namespace Wasmtime
{
@@ -19,6 +20,7 @@ public partial class Function
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -80,6 +82,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -142,6 +145,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -206,6 +210,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -272,6 +277,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -340,6 +346,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -410,6 +417,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -482,6 +490,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -556,6 +565,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -632,6 +642,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -710,6 +721,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -790,6 +802,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -872,6 +885,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Action callback)
{
if (store is null)
@@ -956,6 +970,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1019,6 +1034,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1083,6 +1099,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1149,6 +1166,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1217,6 +1235,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1287,6 +1306,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1359,6 +1379,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1433,6 +1454,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1509,6 +1531,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1587,6 +1610,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1667,6 +1691,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1749,6 +1774,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1833,6 +1859,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func callback)
{
if (store is null)
@@ -1919,6 +1946,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -1984,6 +2012,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2050,6 +2079,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2118,6 +2148,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2188,6 +2219,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2260,6 +2292,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2334,6 +2367,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2410,6 +2444,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2488,6 +2523,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2568,6 +2604,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2650,6 +2687,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2734,6 +2772,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2820,6 +2859,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2908,6 +2948,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -2975,6 +3016,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3043,6 +3085,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3113,6 +3156,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3185,6 +3229,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3259,6 +3304,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3335,6 +3381,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3413,6 +3460,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3493,6 +3541,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3575,6 +3624,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3659,6 +3709,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3745,6 +3796,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3833,6 +3885,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3923,6 +3976,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -3992,6 +4046,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4062,6 +4117,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4134,6 +4190,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4208,6 +4265,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4284,6 +4342,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4362,6 +4421,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4442,6 +4502,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4524,6 +4585,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4608,6 +4670,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4694,6 +4757,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4782,6 +4846,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4872,6 +4937,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, Func> callback)
{
if (store is null)
@@ -4964,6 +5030,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5028,6 +5095,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5094,6 +5162,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5162,6 +5231,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5232,6 +5302,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5304,6 +5375,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5378,6 +5450,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5454,6 +5527,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5532,6 +5606,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5612,6 +5687,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5694,6 +5770,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5778,6 +5855,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5864,6 +5942,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerAction callback)
{
if (store is null)
@@ -5952,6 +6031,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6018,6 +6098,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6086,6 +6167,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6156,6 +6238,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6228,6 +6311,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6302,6 +6386,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6378,6 +6463,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6456,6 +6542,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6536,6 +6623,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6618,6 +6706,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6702,6 +6791,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6788,6 +6878,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6876,6 +6967,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc callback)
{
if (store is null)
@@ -6966,6 +7058,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7034,6 +7127,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7104,6 +7198,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7176,6 +7271,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7250,6 +7346,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7326,6 +7423,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7404,6 +7502,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7484,6 +7583,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7566,6 +7666,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7650,6 +7751,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7736,6 +7838,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7824,6 +7927,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -7914,6 +8018,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8006,6 +8111,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8076,6 +8182,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8148,6 +8255,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8222,6 +8330,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8298,6 +8407,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8376,6 +8486,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8456,6 +8567,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8538,6 +8650,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8622,6 +8735,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8708,6 +8822,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8796,6 +8911,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8886,6 +9002,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -8978,6 +9095,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9072,6 +9190,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9144,6 +9263,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9218,6 +9338,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9294,6 +9415,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9372,6 +9494,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9452,6 +9575,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9534,6 +9658,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9618,6 +9743,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9704,6 +9830,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9792,6 +9919,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9882,6 +10010,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -9974,6 +10103,7 @@ out externFunc
///
/// The store to create the function in.
/// The callback for when the function is invoked.
+ [ExcludeFromCodeCoverage]
public static Function FromCallback(Store store, CallerFunc> callback)
{
if (store is null)
@@ -10068,6 +10198,7 @@ out externFunc
///
///