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