We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9476c0e commit be80b0dCopy full SHA for be80b0d
src/Simpleflow/FunctionRegister.cs
@@ -4,8 +4,7 @@
4
using System;
5
using System.Collections.Generic;
6
using System.Diagnostics;
7
-using System.Net.Http.Headers;
8
-using Simpleflow.Functions;
+
9
using Simpleflow.Exceptions;
10
11
namespace Simpleflow
@@ -121,7 +120,7 @@ public Delegate GetFunction(string name)
121
120
/// <param name="name"></param>
122
/// <returns></returns>
123
124
- public bool? IsFunctionAvailableInClass(string name)
+ private bool? IsFunctionAvailableInClass(string name)
125
{
126
if (_bitmapIndex.ContainsKey(name))
127
0 commit comments