コード例 #1
0
ファイル: NodePlatform.cs プロジェクト: kichalla/oryx
 public LanguageDetectorResult Detect(ISourceRepo sourceRepo)
 {
     return(_detector.Detect(sourceRepo));
 }
コード例 #2
0
ファイル: NodePlatform.cs プロジェクト: issacnitin/Oryx
 /// <inheritdoc/>
 public LanguageDetectorResult Detect(RepositoryContext context)
 {
     return(_detector.Detect(context));
 }
コード例 #3
0
 public LanguageDetectorResult Detect(BuildScriptGeneratorContext context)
 {
     return(_detector.Detect(context));
 }